home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / Internal_16.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  653 b   |  26 lines

  1. on mouseUp
  2.   puppetSound("mainsnd")
  3.   put "3rnd" into field "mainpict"
  4.   put "3rnd" into field "maincasterphoto"
  5.   put "3 Series Round Stem Caster" into field "casterdeshead"
  6.   put "MTG7: 2-1/2 x 3/4 dia." into field "mainmounting"
  7.   set the puppet of sprite 10 to 0
  8.   puppetTransition(47, 1, 8)
  9.   if field "tblcaste,BRK_OP" contains "BRK1" then
  10.     if field "tblwheel,TG_OP" contains "TG1" then
  11.       play frame "3optiona"
  12.       abort()
  13.     else
  14.       play frame "3optionb"
  15.       abort()
  16.     end if
  17.   end if
  18.   if field "tblwheel,TG_OP" contains "TG1" then
  19.     play frame "3optionc"
  20.     abort()
  21.   else
  22.     play frame "3optiond"
  23.     abort()
  24.   end if
  25. end
  26.